home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-02-09 | 911 b | 41 lines | [TEXT/MPS ] |
- /* Rez file for StripUnitsTool (provides Commando interface) */
-
- #include "cmdo.r"
-
- resource 'cmdo' (323, "StripUnits") {
- { /* array dialogs: 1 elements */
- /* [1] */
- 175,
- "Delete the precompiled info from a Pascal unit by deleting the unit resource of the file."
- "The content of the file is unaffected.",
- { /* array itemArray: 1 elements */
- /* [1] */
- NotDependent {
-
- },
- MultiFiles {
- "Files to strip.",
- "This button brings up a dialog allowing selection of files to strip of unit information.",
- {30, 161, 50, 321},
- "Files to strip:",
- "",
- MultiInputFiles {
- { /* array MultiTypesArray: 1 element */
- /* [1] */
- text
- },
- FilterTypes,
- "Only TEXT files",
- "All Files"
- }
- },
- NotDependent { },
- CheckOption {
- NotSet, {20,10,36,235}, "Progress Info","-p",
- "Prints progress information to StdOut",
- }
- }
- }
- };
-
-